home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
i
/
imagefxv2.1a.lha
/
ImageFX
/
Rexx
/
AutoFX
/
Contrast.ifx
< prev
next >
Wrap
Text File
|
1996-03-02
|
369b
|
22 lines
/*
* Contrast.ifx
* Contrast script. Retrieves parameters from
* ImpContrastParameters clip variable.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Settings=GetClip("ImpContrastParameters"SeqNum);
if (Settings="") then do
RequestNotify "ImpContrastParameters invalid in ImpContrast.ifx"
return 20
End
Parse Var Settings
Contrast Settings